net/http.response.canWriteContinue (field)
7 uses
net/http (current package)
server.go#L441: canWriteContinue atomic.Bool
server.go#L573: w.canWriteContinue.Store(false)
server.go#L965: if w.canWriteContinue.Load() {
server.go#L967: if w.canWriteContinue.Load() {
server.go#L970: w.canWriteContinue.Store(false)
server.go#L1682: if w.canWriteContinue.Load() {
server.go#L2079: w.canWriteContinue.Store(true)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)